home *** CD-ROM | disk | FTP | other *** search
/ Washington DC Interactive / Washington DC Interactive CD-ROM.iso / pc / Media / major.dxr / 00005_jeff mem.ls < prev    next >
Encoding:
Text File  |  2000-10-09  |  323 b   |  16 lines

  1. on mouseDown
  2.   set btn to the clickOn
  3.   puppetSprite(btn, 1)
  4.   puppetSound("click")
  5.   set the memberNum of sprite btn to 6
  6.   set the loc of sprite btn to point(121, 179)
  7.   updateStage()
  8.   repeat while the stillDown
  9.     updateStage()
  10.   end repeat
  11.   updateStage()
  12.   puppetSprite(btn, 0)
  13.   sound stop 2
  14.   go(1, "jeffmem")
  15. end
  16.